home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00083.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  125 b   |  9 lines

  1. on mouseUp
  2.   if the doubleClick then
  3.     exit
  4.   end if
  5.   put EMPTY into field "username"
  6.   go("ChngUsrName")
  7.   cursor(0)
  8. end
  9.